home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-04 | 2.6 KB | 24 lines | [TEXT/KAHL] |
- /* Alert.c */
-
- #include "Alert.h"
- #include "CModalDialog.h"
- #include "CSimpleButton.h"
- #include "Memory.h"
- #include "CImagePane.h"
- #include "CStaticText.h"
- #include "StringUtils.h"
-
-
- #define AlertWindowLocID (0x00810001)
- #define KillButtonLocID (0x00810003)
- #define TextLocID (0x00810004)
- #define PictLocID (0x00820000) /* add PICT ID to find local index */
-
- #define KillButtonNameID (0x00810001)
-
- #define ErrorPictID (136)
-
-
- /********************************************************************************/
-
- st